func github.com/jackc/pgx/v5/pgtype.quoteArrayElementIfNeeded

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L378: func quoteArrayElementIfNeeded(src string) string {
		array_codec.go#L152: 			buf = append(buf, quoteArrayElementIfNeeded(string(elemBuf))...)